StartPreciseCoverageResponse

data class StartPreciseCoverageResponse(timestamp: Double)

Represents response frame that is returned from Profiler#startPreciseCoverage operation call. Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters.

See also

Constructors

StartPreciseCoverageResponse
Link copied to clipboard
fun StartPreciseCoverageResponse(timestamp: Double)

Properties

timestamp
Link copied to clipboard
val timestamp: Double
Monotonically increasing time (in seconds) when the coverage update was taken in the backend.

Sources

jvm source
Link copied to clipboard